curl --request POST \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/portfolio \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'title=<string>' \
--form 'description=<string>'{
"status": "PROCESSING",
"message": "<string>",
"uploadId": "<string>"
}Uploads a portfolio media file for the applicant
curl --request POST \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/portfolio \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'title=<string>' \
--form 'description=<string>'{
"status": "PROCESSING",
"message": "<string>",
"uploadId": "<string>"
}JWT access token