Русский
cURL
curl --request GET \ --url http://dev-backend-1.guestme.space/api/v1/external/restaurant/{id}/table/free/count \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Restaurant ID
Booking ISO date-time
Booking persons
OK
The response is of type object.
object