Authorization: Bearer ********************curl --location --globoff '{{system_user_url}}/hr/overtime-requests/1' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'user_id="15"' \
--form 'date="2026-07-23"' \
--form 'hours="3"' \
--form 'multiplier="2"' \
--form 'reason="Updated overtime reason"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}