curl --location --request POST 'https://api.tokenone.com.br/v1/wallets' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"extRef": "investor-12345",
"network": "polygon-mainnet"
}'{
"address": "string",
"createdAt": "string",
"deploymentTxHash": "string",
"deploymentTxId": "string",
"errorMessage": "string",
"explorerUrl": "string",
"extRef": "string",
"id": "string",
"lastRetryAt": "string",
"network": "polygon-mainnet",
"retryCount": 0,
"status": "pending",
"tenantId": "string",
"updatedAt": "string"
}