Files
aviation/bruno/Account/Reset Password.bru

18 lines
187 B
Plaintext

meta {
name: Reset Password
type: http
seq: 7
}
post {
url: {{API_URL}}/account/password/reset
body: json
auth: none
}
body:json {
{
"email": "user@example.com"
}
}