curl --location --request PUT 'https://api.ticaret.pro/crm/customers//representatives' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"string"
],
"representatives": [
{
"userId": "string",
"isPrimary": true
}
],
"userId": "string"
}'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"customerId": "string",
"userId": "string",
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"isPrimary": true,
"status": "string"
}
]
}
}