curl --location --request POST '/auth/password/reset/verify' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string" }'
{ "password_reset_token": "string", "expires_s": 0 }