curl --request POST \
--url https://api.jobsim.work/api/v1/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"password": "<string>",
"organization_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"phone": "<string>",
"location": "<string>",
"education": [],
"skills": [],
"experience": [],
"dream_role": "<string>",
"experience_level": "<string>",
"career_goals": "<string>",
"hobbies": [],
"certifications": []
}
'