Authorization: Bearer ********************
{
"all_store": true,
"client_id": "string",
"desc": "string",
"execute_time": "2019-08-24T14:15:22Z",
"execute_type": "NOW",
"name": "string",
"pos_menu_template_id": "string",
"stores": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/cmc/posMenuSyncTask/add?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"all_store": true,
"client_id": "string",
"desc": "string",
"execute_time": "2019-08-24T14:15:22Z",
"execute_type": "NOW",
"name": "string",
"pos_menu_template_id": "string",
"stores": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": "string",
"message": "string"
}