curl --location --request POST 'https://api.falken.ltd/api/guardian/approvals' \
--header 'Content-Type: application/json' \
--data-raw '{
"competitionEntryId": "58c7687a-c5bd-4b69-9da8-bf4a3677b874",
"approve": true,
"notes": "string"
}'