curl --request POST \
--url https://api.example.com/members/password \
--header 'Content-Type: application/json' \
--data '
{
"emailAddress": "<string>"
}
'{
"success": true
}curl --request POST \
--url https://api.example.com/members/password \
--header 'Content-Type: application/json' \
--data '
{
"emailAddress": "<string>"
}
'{
"success": true
}Was this page helpful?