POST
curl -i -X POST \
https://matric-docs.redocly.app/_mock/openapi/api/v1/users/reset-password \
-H 'Content-Type: application/json' \
-d '{
"token": "string",
"new_password": "string"
}'curl -i -X POST \
https://matric-docs.redocly.app/_mock/openapi/api/v1/users/reset-password \
-H 'Content-Type: application/json' \
-d '{
"token": "string",
"new_password": "string"
}'