Topup ApiUserGet UserGet A UserGET/user/userSendAuthorization*stringThe Authorization access tokenAuthorizationAuthorizationRequiredBearer <token>In: headercURLJavaScriptGoPythoncurl -X GET "https://api.t4b.top/user" \ -H "Authorization: Bearer <token>"200401403OkResponse{ "data": { "user": { "id": 1, "name": "merchant", "role": "MERCHANT", "createdAt": "2021-01-01T00:00:00.000Z", "supplierId": 1, "backupSupplierIds": [ 0 ], "profitRate": "0.1", "subscriptionLevel": 1 } }, "statusCode": 200 }TypeScriptPreviousGet Merchants GETNextRegister User POST