Authorization: Bearer ********************
{
"client_id": "string",
"type": "IN",
"user_id": "string"
}
curl --location --request POST '/pos/posStoreMiscOrder/deleteShoppingCart?clientId=&storeId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"type": "IN",
"user_id": "string"
}'
{
"code": "string",
"data": {},
"message": "string"
}