curl --location --request PUT 'https://test.your-api-server.com/freelancer/certifications/1?description=xxxx' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"message": "string",
"data": null
}