curl --location --request POST '/v2/api/organizations/get-clients-features' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0
}'{
"result": [
{
"comment": "string",
"id_special": 0,
"name": "string",
"special_type": "string"
}
],
"message": "string",
"status": "string",
"error_code": "string",
"traceId": "string",
"http_status": 0
}