backend_and_cms/One & All/users/Register User.bru

20 lines
208 B
Plaintext

meta {
name: Register User
type: http
seq: 7
}
post {
url: {{baseUrl}}/api/v1/users/signup
body: json
auth: none
}
body:json {
{
"email": "",
"password": "",
"full_name": ""
}
}