Files
playtomic-wrapper/tournme/collection/PadelTour API/Registration/Initiate company registration.bru
2026-01-31 13:49:56 +01:00

23 lines
292 B
Plaintext

meta {
name: Initiate company registration
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/v1/register/initiate
body: json
auth: inherit
}
body:json {
{
"email": "",
"password": "",
"name": "",
"address": "",
"phone_number": "",
"vat_number": ""
}
}