Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/client' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Lista de clientes",
"clients": [
{
"id": "9cea0fcb-1fce-4b9b-9f9e-57fb13f1efd6",
"name": "Mario Serrano",
"nit": "123456789-0",
"enabled": true,
"createdAt": "2022-12-02T15:27:38.670Z",
"updatedAt": "2022-12-02T15:27:38.670Z"
}
]
}