curl --request POST \
--url https://functions.prod.jarvi.tech/v1/public-api/rest/v2/projects \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"projectId": "713a8005-e54d-4ee3-b6a4-89b27167dde6",
"name": "Dev JAVA - IDF",
"externalId": "123456",
"isMadeForRecruitment": true,
"isMadeForSales": true,
"createdAt": "2024-01-01T00:00:00.000Z",
"assignees": "Sarah Le Roué, Johan Barri, Quentin DECRE",
"statusId": "dbab8773-8b59-4597-af75-b31333dd5409",
"companyId": "df587e25-03e6-4b9a-aaa4-c9c20a913f4d",
"colorId": "#d81b60",
"customFieldsValues": {
"00da911c-e3e1-46c1-86cc-0c1ec53e3213": "<p>Custom field content</p>",
"de7fae4a-5f73-43a4-a92f-e19c4ecd81f1": "true",
"8f4e7a2b-c9d1-45e6-b3a2-f8e9c7d6b5a4": "Angular, React, Vue"
}
}'