mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
19 lines
207 B
Plaintext
19 lines
207 B
Plaintext
meta {
|
|
name: UserService_RegisterUser
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/v1/user/register
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
firstName:
|
|
lastName:
|
|
email:
|
|
password:
|
|
}
|