xy-crm/test/user.http

23 lines
338 B
HTTP

@url=http://localhost:8080/api/user
@token=''
### create
POST {{url}}/create HTTP/1.1
Content-Type: application/json
Authorization: {{token}}