curl --location '/deals//contacts' \
--header 'Authorization: Bearer JWT'{
"contacts": [
{
"contactId": "8f0daf26-c9bb-40fa-b436-ffe3b89528eb",
"email": "test1@incomaker.com",
"phone": "+420 284681213"
},
{
"contactId": "abs2af26-d9ba-a0f1-4438-abe3b8952842",
"email": "test2@incomaker.com",
"phone": "+420 603525125"
}
]
}