Files
playtomic-wrapper/tournme/collection/PadelTour API/Password Reset/Initiate password reset.bru
2026-01-31 13:49:56 +01:00

18 lines
191 B
Plaintext

meta {
name: Initiate password reset
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/v1/password-reset/initiate
body: json
auth: inherit
}
body:json {
{
"email": ""
}
}