ADDRESS TO ACCESS THE API :
Authentication is implemented using API keys passed as HTTP headers with each request. Use jwt_token
obtained at login API
All request and response payloads are in JSON format.
HEADERS
JWT_TOKEN
|
sting | jwt_token obtained at login API |
Content-Type | string | application/json |