1curl -X POST /projects/ \2 -H "Authorization: Bearer <token>" \3 -H "Content-Type: application/json" \4 -d '{5 "name": "string"6}'
1{2 "data": {3 "project_id": "string",4 "name": "string",5 "external_id": "string",6 "custom_fields": [7 {8 "name": "string",9 "value": "string"10 }11 ],12 "client_purchase_order": {13 "reference": "string"14 }15 }16}
<=255 characters
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>