curl --request PUT \
--url https://api.clientcommander.com/v1/deals/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"pipelineId": "<string>",
"stageId": "<string>",
"peopleIds": [
"<string>"
],
"teamIds": [
"<string>"
],
"pricing": 123,
"commission": 123,
"closeDate": "2023-11-07T05:31:56Z"
}
'