Authorization: Bearer ********************curl --location 'https://test-api.bringthisfood.com/v1/store//menu/categories?keyword=&pageSize=undefined&lastEvaluatedKey=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": [
{
"id": "string",
"active": true,
"name": "string",
"involvesPackPrice": true
}
]
}