Create.bru 178 B

1234567891011121314151617
  1. meta {
  2. name: Create
  3. type: http
  4. seq: 1
  5. }
  6. post {
  7. url: http://localhost:8000/api/account
  8. body: json
  9. auth: inherit
  10. }
  11. body:json {
  12. {
  13. "data": "Something here"
  14. }
  15. }