{
"topic": "string",
"qos": 0,
"nl": 0,
"rap": 0,
"rh": 0
}
curl --location --request POST '/api/v1/mqtt/api/v5/clients//subscribe/bulk' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "string",
"qos": 0,
"nl": 0,
"rap": 0,
"rh": 0
}'
{
"code": "200",
"msg": "string",
"data": {
"topic": "string",
"qos": 0,
"nl": 0,
"rap": 0,
"rh": 0
}
}