curl --location --request GET 'https://api.cloud-services.yuv.com.br/customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"search": "Test",
"page": 1
}'{
"currentPage": 1,
"data": [
{
"customerId": 1234,
"customerName": "Customer Example",
"customerEmail": "example@email.com",
"customerIsEnabled": true,
"permissionGroup": "Test",
"occurrenceSetting": "Test"
}
],
"lastPage": 1,
"perPage": 20,
"total": 1
}