Authorization: Bearer ********************curl --location 'https://scenic-tokyo-3bje4ahyb4rd.on-vapor.com/api/v1//experience_dimension/heatmap?filter=Diretoria&page=1&per_page=50' \
--header 'Resource-Id: 9c73a4aa-8094-4241-ad05-658436f471fe' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"group": "string",
"keys": {
"reward": 0,
"development": 0,
"admission": 0,
"integration": 0,
"career": 0,
"performance_evaluation": 0,
"training": 0,
"communication": 0,
"resignation": 0
}
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"per_page": 0,
"total": 0,
"last_page": 0,
"index": "string",
"keys": [
{
"key": "string",
"label": "string",
"overall": 0
}
]
}
}