Authorization: ********************curl --location --request GET 'https://api.jokoor.com/v1/pay/products/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"name": "string",
"description": "string",
"price": "string",
"currency": "string",
"active": true,
"images": [
"string"
],
"created_at": "2019-08-24T14:15:22Z"
}
}