Topup ApiOrderGet OrderGET/order/{orderId}/order/{orderId}SendAuthorization*stringThe Authorization access tokenPathAuthorizationAuthorizationRequiredBearer <token>In: headerPath ParametersorderIdRequiredstringcURLJavaScriptGoPythoncurl -X GET "https://api.t4b.top/order/string" \ -H "Authorization: Bearer <token>"200400401403OkResponse{ "data": { "order": { "game": "FREE_FIRE", "amount": "1000", "uid": "123456", "callbackUrl": "http://localhost:3000/callback", "id": 1, "userId": 1, "node_id": 1, "state": 0, "createdAt": "2021-09-29T08:24:00.000Z" } }, "statusCode": 200 }TypeScriptPreviousCombination Breaker POSTNextGet Order Stats GET