curl --location '/party/receiverJoin' \
--header 'Authorization: {{Authorization}}' \
--header 'sid: {{Authorization}}' \
--header 'SID: ' \
--header 'Cookie: SID={{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"receiverId": "fffffffbb0004206",
"partyCode": {{partyCode}},
"output": true,
"origin": "pp"
}'{}