{
"userId": "string"
}
curl --location --request POST '/v1/push/getKafkaInfo' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string"
}'
{
"code": 0,
"success": true,
"message": "string",
"data": {
"topicName": "string",
"consumerGroupId": "string"
},
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}