{
"data": [
0
],
"to_uid": 0,
"invoice": 0,
"contract": 0
}curl --location --request PUT '/ent/client/customer/shift' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
0
],
"to_uid": 0,
"invoice": 0,
"contract": 0
}'{}