POST
/
projects
/
create
curl --request POST \
  --url https://api.panora.dev/projects/create \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "id_organization": "<string>",
  "id_user": "<string>"
}'

Body

application/json