| 12345678910111213141516171819 |
- meta {
- name: Create
- type: http
- seq: 1
- }
- post {
- url: http://localhost:8000/api/user
- body: json
- auth: none
- }
- body:json {
- {
- "email": "lee@leemorgan.dev",
- "password_hash": "leerobertmorgan",
- "password_salt": "leerobertmorgan"
- }
- }
|