{ "sdp": "string", "type": "string" }
curl --location --request POST 'http://prod-cn.your-api-server.com/offer' \ --header 'Content-Type: application/json' \ --data-raw '{ "sdp": "string", "type": "string" }'
{ "sdp": "string", "type": "string", "sessionid": 0 }