curl --request PUT \
--url https://connect.pingback.com/v2/deals/{dealId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"contactId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"stageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"pb_name": "<string>",
"pb_amount": "<string>",
"pb_closingDate": "2023-11-07T05:31:56Z"
}
}
'