curl --request POST \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/work-experiences \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"companyName": "<string>",
"position": "<string>",
"startDate": "2023-12-25",
"description": "<string>",
"endDate": "2023-12-25",
"isCurrent": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"companyName": "<string>",
"position": "<string>",
"description": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"isCurrent": true
}Adds a new work experience entry to the applicant’s profile
curl --request POST \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/work-experiences \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"companyName": "<string>",
"position": "<string>",
"startDate": "2023-12-25",
"description": "<string>",
"endDate": "2023-12-25",
"isCurrent": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"companyName": "<string>",
"position": "<string>",
"description": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"isCurrent": true
}JWT access token