x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/customers/projects' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"closing_date": "2026-12-31T00:00:00-05:00",
"code": "PRJ-2026",
"description": "Implantation ERP Phase 2",
"opening_date": "2025-01-15T00:00:00-05:00",
"project_type_id": 0
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}