Path parameters
-
Customer ID
POST /shop/{customer}/voucher
curl \
-X POST https://shopmc.app/api/shop/{customer}/voucher \
-H "Content-Type: application/json" \
-d '{"code":"string","nick":"string"}'
Request example
{
"code": "string",
"nick": "string"
}