curl --location 'https://api.hiveflow.ai/api/careers/applications' \
--header 'Content-Type: application/json' \
--data-raw '{
"jobSlug": "string",
"jobTitle": "string",
"name": "string",
"email": "user@example.com",
"linkedin": "http://example.com",
"resumeUrl": "http://example.com",
"message": "string",
"lang": "en"
}'{
"success": true
}