curl --request POST \
--url http://staging.qshop.ng/apiv2/{shopId}/coupons \
--header 'Content-Type: application/json' \
--data '
{
"_id": "63d90762691c5a2faaa91c76",
"amount": 5000,
"applyAutomatically": false,
"applyOn": "total",
"code": "947PG8G",
"code_type": "flat",
"created": "2023-01-31T12:19:46.767Z",
"description": "",
"expires": "2023-02-03T23:00:00.000Z",
"isActive": true,
"isPublic": false,
"max_order": null,
"mediaType": null,
"min_order": 0,
"shop": "62dec73d93a7452ccf49ea2f",
"starts": "2023-01-31T12:19:24.552Z",
"usageCount": 0,
"usageLimit": {
"canUseWithOtherCoupons": false,
"maxNumberOfUses": 0,
"maxNumberOfUsesPerUser": null,
"useIfNumberOfOrders": {
"count": null
}
},
"usageRestriction": {
"categories": {
"condition": "or",
"contains": []
},
"products": {
"condition": "or",
"contains": []
},
"roles": {
"accept": [],
"exclude": []
},
"tags": {
"condition": "or",
"contains": []
},
"users": {
"condition": "all",
"contains": []
}
}
}
'