Authorization: Bearer ********************curl --location --request POST 'https://api.flavours.sa/dev/api/v2/tables/' \
--header 'Authorization: Bearer <token>'{
"meta": {
"code": 200,
"status": "success",
"message": "Update Success"
},
"data": {
"id": 1,
"market_id": "30499025-43e2-4a77-bc29-13066288fc3f",
"branch_id": "8e12179a-dda0-45e2-af69-f2b40d61ce74",
"code": "TB-0100"
}
}