curl --location --request POST 'https://overseas-training-uat.dah-demo.com/overseas-training/job-message/inster-certificates' \
--header 'Authorization: Bearer DE|uvMBu9ZmUkOeTXU28gZVNl6_Q2o'
{
"code": 0,
"exceptionCode": "",
"msg": "",
"data": {
"certificateId": "",
"certificateName": "",
"certificateImageUrl": "",
"isExpired": false,
"holderName": "",
"holderCompany": "",
"effectiveDate": "",
"expirationDate": "",
"subprograms": [
{
"subprogramName": "",
"effectiveDate": "",
"expirationDate": ""
}
]
}
}