Authorization: Bearer ********************
curl --location --request POST 'https://api.pibox.com/v1/account/projects/create' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "title", "team_id": 737 }'
{ "id": 166573 }