Getting an error when trying to test the API on embed-token and generating the token. I placed in a group ID and a report ID and I'm getting the following error:
{
"error": {
"code": "BadRequest",
"message": "Bad Request",
"details": [
{
"message": "'request' is a required parameter",
"target": "request"
}
]
}
}
There is nothing in the documentation on the same page about a REQUEST parameter.