| Key | Type | Required? | Default | Description |
|---|---|---|---|---|
| dry_run | boolean | no | false | For validation. When true, doesn't persist record on success |
| Key | Description |
|---|---|
| benefit | Benefit object |
| Key | Type | Description |
|---|---|---|
| benefit | object | Benefit |
{
"benefit": {}, // Benefit - see 'Benefit model'
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/benefits' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}