curl --location --request GET 'https://api.nizu.io/v2/' 
--header 'Content-Type: application/json' 
--header 'Authorization: Bearer ' 
--data '{
    "module": "clients",
    "data":{}
}'