curl --request GET \
--url https://suite.sisqualis.com.br/api/clientes/{id}/ \
--header 'Authorization: <api-key>'{
"id": 123,
"nome": "<string>",
"email": "jsmith@example.com",
"telefone": "<string>",
"documento": "<string>",
"ativo": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://suite.sisqualis.com.br/api/clientes/{id}/ \
--header 'Authorization: <api-key>'{
"id": 123,
"nome": "<string>",
"email": "jsmith@example.com",
"telefone": "<string>",
"documento": "<string>",
"ativo": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}