curl --location --request POST '/nimserver/event/subscribe/add.action' \ --header 'AppKey: {{AppKey}}' \ --header 'Nonce: {{Nonce}}' \ --header 'CurTime: {{CurTime}}' \ --header 'CheckSum: {{CheckSum}}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'accid={{accid}}' \ --data-urlencode 'eventType=1' \ --data-urlencode 'publisherAccids=' \ --data-urlencode 'ttl='
{}