Created
November 6, 2021 14:16
-
-
Save PhakornKiong/07168346541828bc84139483c5d6603b to your computer and use it in GitHub Desktop.
curlPUS.sh
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/clockinTraveller' \ | |
--header 'Content-Type: application/json' \ | |
--data-raw '{ | |
"contact": "60123456789" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment