This API endpoint allows you to purchase a new server using your available balance.
curl --request POST \ --url https://rdp.sh/api/v1/order \ --header 'Authorization: <api-key>'
{ "success": true, "server_id": 123 }
1