Authorization: Bearer ********************
{
"customers": [
"/customers/1"
],
"service": "/services/1"
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/customers/change-assigned/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customers": [
"/customers/1"
],
"service": "/services/1"
}'
{}