cURL
curl --request GET \ --url https://api.skulabs.com/location/get_all \ --header 'Authorization: Bearer <token>'
/location/get_all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK