curl --location --request POST '/api/v1/resumes/upload' \
--header 'Authorization: Bearer <token>' \
--form 'resume=@""' \
--form 'type="live"' \
--form 'date="2025-04-02"' \
--form 'assignedCoach="6782633cae5e28ad9822bdcb"' \
--form 'time="10:00-10:30"'{
"data": {
"message": "Success, the resume has been added successfully.",
"status": true,
"resume": {
"url": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1734213717/hxetec8ixm1pjtzlfeus.png",
"title": "Test title",
"fileType": "image/png",
"details": {
"type": "new"
},
"dateSubmitted": "2024-12-14T22:01:58.279Z",
"status": "awaiting"
}
}
}