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

27 lines
415 B
Plaintext

meta {
name: Register
type: http
seq: 29
}
post {
url: http://localhost:3000/api/people
body: json
auth: none
}
headers {
Content-Type: application/json
User-Agent: insomnia/2023.5.8
}
body:json {
{
"email" : "john@mail.org",
"password" : "password",
"displayName" : "John Doe",
"aboutMe" : "I am a passionate software engineer",
"qualification" : "Software Engineer"
}
}