curl --location '/deals//contacts' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}'{
"error": "You don`t have permission to edit deal 12122"
}