curl --request POST \
--url https://api.clientcommander.com/v1/deals \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "123 Main St - Purchase",
"pipelineId": "k97pipe123",
"stageId": "k97stage456",
"peopleIds": [
"jd79person123"
],
"pricing": 450000,
"closeDate": "2023-12-31T00:00:00Z"
}
'