Skip to content

Instantly share code, notes, and snippets.

@PhakornKiong
Last active October 16, 2021 18:52
Show Gist options
  • Save PhakornKiong/e4259aacf69d2ca02f28b05c30124f2a to your computer and use it in GitHub Desktop.
Save PhakornKiong/e4259aacf69d2ca02f28b05c30124f2a to your computer and use it in GitHub Desktop.
curlSejahtera.sh
curl --location --request POST 'https://mysejahtera.malaysia.gov.my/register/v2/rest/contactSupport' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "[email protected]",
"email": "[email protected]",
"issueCategory": "MySejahtera support: Vaccination Overseas",
"content": "<br/>My registered User ID is an Email Address. <br/>Email Address: <b>[email protected]</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