curl --request POST \ --url https://api.basic.tech/project/new \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "project name", "slug": "project-slug" }'
Enter your Bearer token in the format: Bearer <token>
successful