Skip to content

Instantly share code, notes, and snippets.

@PhakornKiong
Created October 16, 2021 18:47
Show Gist options
  • Save PhakornKiong/f3ae732e06da0d76f7462c0bb610676d to your computer and use it in GitHub Desktop.
Save PhakornKiong/f3ae732e06da0d76f7462c0bb610676d to your computer and use it in GitHub Desktop.
Sejahtera
curl --location --request POST 'https://mysejahtera.malaysia.gov.my/register/v2/rest/contactSupport' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "afa@gmail.com",
"email": "afa@gmail.com",
"issueCategory": "MySejahtera support: Vaccination Overseas",
"content": "<br/>My registered User ID is an Email Address. <br/>Email Address: <b>afa@gmail.com</b><br/><br/>Name : <b>fasdfsafsa</b><br/>IC / Passport: <b>asa12312</b><br/>Phone Number: <b>12312321</b><br/>Vaccinee: <b>Self</b><br/> Vaccine Administered: <b>Zifivax</b><br/><br/>1st Dose Date: <b>01/10/2021</b><br/>1st Dose Country: <b>Barbados</b><br/>1st Dose Batch / Serial No: <b>1Caaa</b>",
"attachment": {
"docName": "unnamed.bmp",
"docType": "bmp",
"document": "someString"
}
}'
{
"userName": "afa@gmail.com",
"email": "afa@gmail.com",
"issueCategory": "MySejahtera support: Vaccination Overseas",
"content": "<br/>My registered User ID is an Email Address. <br/>Email Address: <b>afa@gmail.com</b><br/><br/>Name : <b>fasdfsafsa</b><br/>IC / Passport: <b>asa12312</b><br/>Phone Number: <b>12312321</b><br/>Vaccinee: <b>Self</b><br/> Vaccine Administered: <b>Zifivax</b><br/><br/>1st Dose Date: <b>01/10/2021</b><br/>1st Dose Country: <b>Barbados</b><br/>1st Dose Batch / Serial No: <b>1Caaa</b>",
"attachment": {
"docName": "unnamed.bmp",
"docType": "bmp",
"document": "someString"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment