{ "sid":"1V2x" }
curl --location --request POST 'https://api.openersal.com/video/unlock' \ --header 'Authorization: Bearer {Api Access Token}' \ --header 'Content-Type: application/json' \ --data-raw '{ "sid":"1V2x" }'
{ "code": "Success", "msg": "Success", "data": { "sid": "9v1d", "hd_video_url": "https://video.openersal.com/xxxx.mp4" } }