POST
/authentication/reset-pass-by-code
curl \
--request POST 'http://api.example.com/authentication/reset-pass-by-code' \
--header "Content-Type: application/json"
Request examples
{}
curl \
--request POST 'http://api.example.com/authentication/reset-pass-by-code' \
--header "Content-Type: application/json"
{}