curl --request PATCH \
--url https://api.zivio.net/api/v3/job_approvals/{id}/reject \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>' \
--data 'rejection_reason=Project does not meet the requirements'