Created
October 16, 2021 18:47
-
-
Save PhakornKiong/f3ae732e06da0d76f7462c0bb610676d to your computer and use it in GitHub Desktop.
Sejahtera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
} | |
}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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