Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request PUT 'https://api.ticaret.pro/crm/customers//teams' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupIds": [
"string"
],
"teams": [
{
"groupId": "string",
"isPrimary": true
}
],
"groupId": "string"
}'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"customerId": "string",
"groupId": "string",
"group": {},
"isPrimary": true,
"status": "string"
}
]
}
}