Files
playtomic-wrapper/tournme/collection/PadelTour API/Registration/Resend verification code.bru
2026-01-31 13:49:56 +01:00

18 lines
184 B
Plaintext

meta {
name: Resend verification code
type: http
seq: 4
}
post {
url: {{baseUrl}}/api/v1/register/resend
body: json
auth: inherit
}
body:json {
{
"email": ""
}
}