POST /api/hire
Send a job opportunity
curl -X POST https://hmuapi.com/api/hire \ -H "Content-Type: application/json" \ -d '{"name": "...", "email": "...", "company": "...", "role": "...", "compensation": "...", "description": "..."}'