curl --location '/party/noLogin/reportUserChange' \
--header 'Authorization: {{Authorization}}' \
--header 'sid: {{Authorization}}' \
--header 'SID: ' \
--header 'Cookie: SID={{Authorization}}' \
--header 'Content-Type: text/plain' \
--data '{
"partyCode": "{{partyCode}}",
"addRtilCodes": [1],
"removeRtilCodes": []
}'{}