Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 221 Bytes

File metadata and controls

7 lines (5 loc) · 221 Bytes

Curl

  • Curl Testing Endpoint in "application/json" Content Type.

    curl -i -X [Your METHOD] -H "Content-Type:application/json" http://host/endpoint -d '{"uid": "1", "gender": "m", "token": "sandbox"}'