cURL
curl --request POST \ --url https://gateway.architect.exchange/api/reset-password \ --header 'Content-Type: application/json' \ --data ' { "new_password": "<string>", "password_reset_code": "<string>", "username": "<string>" } '
{}
Password reset successfully
The response is of type object.
object