Get next upload server

Get Upload Server URL

https://api.streamsb.com/api/upload/server?key=YourAPIKEY

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
Request
		            curl --include \
'https://api.streamsb.com/api/upload/server?key={key}'
		        
Response
		            {
  "msg": "OK",
  "server_time": "2017-08-11 04:29:54",
  "status": 200,
  "result": "https://s1.streamsb.com/upload/01"
}