Create board section
POST {{baseUrl}}/boards/:board_id/sections
Create a board section on a board owned by the operation user_account
 - or on a group board that has been shared with this account.
- By default, the operation user_account
 is the token user_account.
Request Body
{"name"=>"Salads"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: Created
{"id":"549755885175","name":"Salads"}