curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/interview_def_set?id=undefined&created_at=undefined&updated_at=undefined&deleted_at=undefined&name=undefined&description=undefined&code=undefined&cover_image=undefined&calc_duration=undefined&calc_definition_json=undefined&tags=undefined&merchant_id=undefined&interview_def_question_id=undefined&interview_def_response_id=undefined&stage=undefined&timer=undefined&job_level=undefined&coach_options=undefined&visibility=undefined&special_case=undefined&calc_interview_text=undefined&type_credit=undefined&cover_image_url=undefined&cover_image_local_path=undefined&emoji=undefined&speech_language_name=undefined&speech_language_code=undefined&interview_template_id=undefined&type=undefined&candidate_expectations=undefined&status=undefined&interview_salary=undefined&interview_location=undefined&interview_available_till=undefined&interview_description_long=undefined&mojito_language_code=undefined&processing_error=undefined&coach_plan=undefined&knowledge_base_store_id=undefined&type_avatar=undefined&recording=undefined&persona_avatar_who_is=undefined&persona_avatar_knowledge=undefined&persona_avatar_end_conditions=undefined&persona_role_avatar=undefined&persona_role_user=undefined&environment=undefined&result_view=undefined&result_scoring=undefined&collect_resume_cover_letter=undefined&mojito_language_sub=undefined&billing_single_position=undefined&billing_single_position_end_at=undefined&pdf_export_auto_config=undefined&result_scoring_simulation=undefined&candidate_expectations_simulation=undefined&slug=undefined' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "now()",
"deleted_at": "string",
"name": "string",
"description": "string",
"code": "string",
"cover_image": "string",
"calc_duration": 0,
"calc_definition_json": null,
"tags": [
"string"
],
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"interview_def_question_id": [
"string"
],
"interview_def_response_id": [
"string"
],
"stage": "Interest",
"timer": "Auto stop standard",
"job_level": "Intership",
"coach_options": null,
"visibility": "merchant_public",
"special_case": "Demo technical",
"calc_interview_text": "string",
"type_credit": "resume_check",
"cover_image_url": "string",
"cover_image_local_path": "string",
"emoji": "string",
"speech_language_name": "English (United States)",
"speech_language_code": "en-US",
"interview_template_id": "a86c39f3-a3b3-4c7a-a9fb-13c70dd7f90a",
"type": "coaching",
"candidate_expectations": "string",
"status": "draft",
"interview_salary": "string",
"interview_location": "string",
"interview_available_till": "string",
"interview_description_long": "string",
"mojito_language_code": "en",
"processing_error": "string",
"coach_plan": "demo",
"knowledge_base_store_id": "2ca87032-97d9-4aad-93cf-8f1b336e440c",
"type_avatar": "offline_elai",
"recording": "audio_first_5_answers",
"persona_avatar_who_is": "string",
"persona_avatar_knowledge": "string",
"persona_avatar_end_conditions": "string",
"persona_role_avatar": "string",
"persona_role_user": "string",
"environment": "production",
"result_view": "full",
"result_scoring": null,
"collect_resume_cover_letter": "optional",
"mojito_language_sub": null,
"billing_single_position": false,
"billing_single_position_end_at": "string",
"pdf_export_auto_config": null,
"result_scoring_simulation": null,
"candidate_expectations_simulation": "string",
"slug": "string"
}'