curl --location --request POST 'https://cool.jobmojito.com/rest/v1job-interview-pre-screening-api-resume-text' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"recommendation": "ai_accept",
"pre_screening_score": 0,
"resume_ai_analysis": "string",
"resume_ai_education": "string",
"resume_ai_technical_experience": 0,
"resume_ai_is_switching_profession": true,
"processing_reason": "string"
}