{ "collaborationID": "string", "sessionID": "string", "operatorID": "string", "userID": "string", "open": [ 0 ], "close": [ "string" ] }
curl --location --request POST '/member/medias/change' \ --header 'Content-Type: application/json' \ --data-raw '{ "collaborationID": "string", "sessionID": "string", "operatorID": "string", "userID": "string", "open": [ 0 ], "close": [ "string" ] }'
{ "code": 0, "message": "", "data": { "@type": "type.googleapis.com/google.protobuf.Empty", "value": {} } }