Authorization: Bearer ********************curl --location --request GET '/client-modules?client_type' \
--header 'Authorization: Bearer <token>'{
"client_modules": [
{
"id": "string",
"module": "string",
"download_url": "string",
"version": "string",
"client_type": "string",
"md5": "string"
}
]
}