get https://sandbox.sistematize.me:8443/api/v1/plano/empresa/:ID_EMPRESA/listar?first=0&limit=10
para buscar o plano pelo ID da empresa
GET END_POINT/plano/empresa/:ID_EMPRESA
[
{
"id": String,
"empresa_id": "String",
"status": "String",
"descricao": "String",
"valor": double
},
{
"id": 2,
"empresa_id": "String",
"status": "String",
"descricao": "String",
"valor": double
}
]