curl --location --request POST 'https://api.simpra.app/apps/api/v1/checks//check_discounts' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json' \
--data-raw '{
"discount_id": "49c104c1-008b-4f4f-abbc-6958059cb48b",
"annotation": "string"
}'