Authorization: Bearer ********************
curl --location --request GET 'configuracoes/entrega/entregadores/lista'
{ "status": true, "entregadores": [ { "nomecompleto": "string", "numerocelular": "string", "codigo_entregador": 0, "created_at": "string", "status": 0, "codigo_pessoa": 0 } ] }