backend_and_cms/One & All/login/Reset Password.bru

19 lines
195 B
Plaintext

meta {
name: Reset Password
type: http
seq: 4
}
post {
url: {{baseUrl}}/api/v1/reset-password/
body: json
auth: none
}
body:json {
{
"token": "",
"new_password": ""
}
}