{
"name": "string",
"description": "string",
"url": "string",
"type": "product"
}curl --location --request POST 'https://api.zen.com/v1/subscriptions/products' \
--header 'request-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"url": "string",
"type": "product"
}'{
"url": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"merchantId": "string",
"shopId": "string",
"terminalId": "string",
"name": "string",
"description": "string",
"type": "product",
"status": "verified",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"deletedAt": "string"
}