curl --location --request PATCH 'https://app.stg.bidancer.com/api/user-service/account/work-experience/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"workExperiences": [
{
"id": "string",
"companyName": "string",
"companyId": "string",
"role": "string",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"isPresent": true,
"description": "string",
"skills": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}'