{
"opportunityId": "string",
"contactId": "string",
"primary": true,
"roleId": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/ContactRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"opportunityId": "string",
"contactId": "string",
"primary": true,
"roleId": "string"
}'
{}