Files
blink/backend/apis/BlinkApiCollection/RequestNewPassword.bru
2025-04-18 11:40:52 +02:00

23 lines
280 B
Plaintext

meta {
name: RequestNewPassword
type: http
seq: 25
}
post {
url: http://localhost:3000/api/resetpassword/request
body: json
auth: none
}
headers {
Content-Type: application/json
User-Agent: insomnia/2023.5.8
}
body:json {
{
"email": "john@mail.org"
}
}