Authorization: Bearer ********************
{
"client_id": "string",
"id": "string",
"pos_table_group_id": "string",
"type": "BEFORE",
"user_id": "string"
}
curl --location --request POST '/cmc/posTableGroup/move?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"id": "string",
"pos_table_group_id": "string",
"type": "BEFORE",
"user_id": "string"
}'
{
"code": "string",
"data": true,
"message": "string"
}