curl --location --request PUT '/deals/' \
--header 'Content-Type: application/json' \
--data '{
"dealName": "string",
"itemId": "string",
"amount": 0,
"personId": "string",
"personIds": [
"string"
],
"userIdOwner": "string",
"pipelineId": "string",
"pipelineStageId": "string",
"originId": "string",
"territoryId": "string",
"expectedCloseDate": "string"
}'{}