cURL
curl --request POST \ --url https://backend.nebuly.com/api/external/projects/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "created_by": "<string>" }'