curl --location 'https://api.techrar.com/api/v1/menus/?restaurant_id%20=if%20not%20provided%2C%20uses%20app_id%20from%20context' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"custom_fields": null,
"off_days": [
"string"
],
"prices": [
"string"
],
"app_id": null,
"created_at": "string",
"modified_at": "string",
"is_deleted": true,
"deleted_at": null,
"ordering": 0,
"name_en": "string",
"name_ar": "string",
"is_active": true,
"repetition": 0,
"start_date": "string",
"skip_option_selection": true,
"hide_from_app": true,
"subscriptions_start_date": "string",
"restaurant": 0
}
]