cURL
curl --request GET \ --url https://api.datacrazy.io/v1/api/api/v1/products \ --header 'Authorization: Bearer <token>'
{ "id_sku": "SKU12345", "name": "Nome do Produto", "price": 199.99 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object