curl --location --request PATCH 'https://api.ticaret.pro/crm/groups/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string"
}'{
"status": true,
"data": {
"id": "string",
"accountId": "string",
"name": "string",
"description": "string",
"status": "string",
"members": [
{
"id": "string",
"groupId": "string",
"userId": "string",
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}