19 lines
251 B
Text
19 lines
251 B
Text
meta {
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://127.0.0.1:3000/api/v1/users/create
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Greysoh Hofuh",
|
|
"email": "greyson@hofers.cloud",
|
|
"password": "hunter123"
|
|
}
|
|
}
|