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