curl --location --request POST 'http://messaging.greetai.co/api/invite' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"job_id": "unique_job_id",
"job_title": "Indian Sales Representative",
"job_description": "MarketStar is looking for an Inside Sales Representative to help support our newest client...",
"applicant_full_name": "Nika Shelia",
"applicant_email": "nshprimary@gmail.com"
}'