cURL
curl --request POST \ --url https://kan.bn/api/v1/lists \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "boardPublicId": "<string>" }'
"<any>"
Creates a new list for a given board
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any