Get seats

This call is used to fetch all seats.

Method: GET
URL: …/jambopayservices/api/movies/get-seats

Headers

KEY VALUE
app_key Value of the app_key
Authorization Bearer token

Sample response

[
    "F1",
    "F10",
    "F11",...
]
Untitled