curl --location --request GET 'https://api.tokenone.com.br/v1/transfers/' \
--header 'x-api-key: <api-key>'{
"amountTokens": "string",
"createdAt": "string",
"data": "string",
"errorMessage": "string",
"from": "string",
"gasFee": "string",
"hash": "string",
"id": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"network": "polygon-mainnet",
"reason": "string",
"status": "draft",
"tenantId": "string",
"to": "string",
"tokenAddress": "string",
"updatedAt": "string",
"value": "string",
"walletId": "string"
}