HTTP Client Header
The following client headers are supported:
Content-Type
The body data (Body) is sent in the JSON format. Set application/json to send Body.
Authorization
Use the Bearer authentication. Specify the Token obtained by POST /session as "Authorization:Bearer <token>".

