Created
October 24, 2021 08:36
-
-
Save PhakornKiong/0c4f3b25db4d9dfde9af544d2543c940 to your computer and use it in GitHub Desktop.
curlForgetPassswordSejahtera.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/register/forgotPassword?locale=en_US' \ | |
--header 'Content-Type: application/json' \ | |
--data-raw '{ | |
"emailOrUserName": "60111111111" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment