Authorization: Bearer ********************{
"timestamp": "{{timestamp}}",
"username": "ww1raa0090",
"password": "Aa3399",
"providerID": 2,
"gameID": "vs100firehot",
"language": "en-US",
"lobbyURL": "https//netplay.net"
}curl --location --request POST '/v1/agent/player/generateSeamlessGameURL' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": "{{timestamp}}",
"username": "ww1raa0090",
"password": "Aa3399",
"providerID": 2,
"gameID": "vs100firehot",
"language": "en-US",
"lobbyURL": "https//netplay.net"
}'{
"status": true,
"message": "Retrieve successfully",
"data": "https://game.examplegame.cc/lobby/web-mobile/?example"
}