This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/courses//coupons' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "string",
"showInMarket": true,
"active": true,
"amount": 0,
"expireAt": "string",
"promoCodes": [
{
"code": "string",
"expireAt": "string"
}
]
}'
{
"created": true
}