Authorization: Bearer ********************{}curl --location --request GET '/api/order/restaurants' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"id": "004",
"name": "Restaurant1"
}
]
}