curl --request PATCH \
--url https://app.journeybee.io/api/v1/lead-deals/{dealId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"deal_value": 123,
"stage_uuid": "<string>",
"payment_stage_uuid": "<string>",
"tags": [
{}
],
"customFields": [
{}
]
}
'