curl --location --request GET 'https://sandbox.roicommerce.com.br/api/fila-atributos?Page&PerPage' \
--header 'Accept: application/json' \
--header 'token;'{
"Page": "1",
"PerPage": "10",
"Total": "1",
"Atributo": [
{
"atributo_id": "123",
"nome": "TIPO DE FUNCIONAMENTO",
"status": "0"
}
]
}