curl --location --request POST 'https://cool.jobmojito.com/functions/v1/job-interview-create-for-candidate-with-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"position_name": "executive senior project manager",
"position_location": "remote",
"candidate_name": "John 2",
"candidate_email": "john@email.com",
"mojito_language_code": "en",
"location": "remote",
"candidate_resume": "I was working as a cleaner in multiple establishments like hotels, restaurants",
"position_country_code": "sk",
"candidate_country_code": "sk"
}'