You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
{ "protocol": "gRPC", // communication protocol "cut": { // cut instruction set "to": { "USER_ID": ".response.body.id.value" // write instruction } }, "request": { // request payload "body": { "email": "new_user@humanmail.com" }, "uri": "user_api.User/CreateUser" // request uri }, "response": { // response payload "body": "created user: ${USER_ID}", "status": 0 // response status code } }