curl --location '/party/listCurrentPartyByUserID' \
--header 'Authorization: {{Authorization}}' \
--header 'sid: {{Authorization}}' \
--header 'SID: ' \
--header 'Cookie: SID={{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"paging": false,
"state": "1",
"pageIndex": 1,
"pageSize": 4
}'{}