Skip to content

Instantly share code, notes, and snippets.

@PhakornKiong
Created October 24, 2021 08:36
Show Gist options
  • Save PhakornKiong/0c4f3b25db4d9dfde9af544d2543c940 to your computer and use it in GitHub Desktop.
Save PhakornKiong/0c4f3b25db4d9dfde9af544d2543c940 to your computer and use it in GitHub Desktop.
curlForgetPassswordSejahtera.sh
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