{
"url": "string",
"appId": "string",
"messageTypes": [
"string"
]
}
curl --location --request POST '/v2/Public/subscribeEvent' \
--header 'Authorization: Bearer' \
--header 'TenantId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"appId": "string",
"messageTypes": [
"string"
]
}'
{
"requestId": "string",
"errmsg": 0,
"succeed": true,
"msgTime": "string",
"values": true,
"errdesc": "string"
}