Get benefit offer, Storyous performs internal validation.loyaltyOfferId — Identifier of the offer that failed validation (the same ID you provided in your Get benefit offer response).message — A human-readable explanation of why the offer was rejected.200 OK is received.loyaltyOfferId in your system so you can match the error notification to the original request/response cycle.curl --location --request POST 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"loyaltyOfferId": "ab0c2b70fbbfbbe491489caf",
"message": "Value to use is not a number",
"merchantId": "1",
"placeId": "52",
"deviceNumber": 76
}'{}