Authorization: Bearer ********************
curl --location 'https://api.openai.com/v1/organization/projects/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Project DEF" }'
{}