curl --request GET \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/portfolio/all \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"description": "<string>",
"url": "<string>",
"mediaType": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}Retrieves all portfolio items for an applicant
curl --request GET \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/portfolio/all \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"description": "<string>",
"url": "<string>",
"mediaType": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}