Detailed information on the request body
The REST API works with requests that are posted to the specified endpoints. This request is in JSON format and contains 4 different blocks of information:
{
"filter" : {},
"values" : {},
"answers" : {},
"arguments" : {}
}