Authorization: Bearer ********************
{
"filters": {
"gagemId": "a9c86202-d9bd-4345-838d-4bd52603057e", //SIM GAGEM
"municipalityId": "7b8a5998-8282-4ab6-8bc0-3bf7a50bb316", //Ulloa
"institutionId": "b6064aa7-256a-4e80-9094-479768ccc57b", //Prueba
"headquarterId": "2d8bc53f-82a6-4da1-804e-d3d0da2f0621" //Prueba
}
}
curl --location --request POST 'https://vallelabs-pei-hvi.talentum.edu.co/indicator/steam-room' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"gagemId": "a9c86202-d9bd-4345-838d-4bd52603057e", //SIM GAGEM
"municipalityId": "7b8a5998-8282-4ab6-8bc0-3bf7a50bb316", //Ulloa
"institutionId": "b6064aa7-256a-4e80-9094-479768ccc57b", //Prueba
"headquarterId": "2d8bc53f-82a6-4da1-804e-d3d0da2f0621" //Prueba
}
}'
{"data":[{"institution":"Institución de Prueba","count":2}]}