curl --location '/customersources?page=1' \
--header 'Authorization: Bearer <token>'{
"offset": 0,
"limit": 50,
"count": 5,
"data": [
{
"id": 12,
"description": "Outros",
"active": false
},
{
"id": 11,
"description": "Indicação",
"active": true
},
{
"id": 10,
"description": "Revista",
"active": true
},
{
"id": 8,
"description": "Google",
"active": true
},
{
"id": 7,
"description": "Facebook",
"active": true
}
]
}