curl --location --request POST 'https://open.yunxinapi.com/im/v2/room_members/' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": 1602801663,
"operator_account_id": "yx1",
"member_role": 0,
"room_nick": "ygy test",
"room_avatar": "http://www.baidu.com",
"notification_enabled": false,
"notification_extension": "string",
"member_level": 0,
"antispam_business_id": "",
"extension": "string",
"need_antispam": "true"
}'