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