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