Authorization: Bearer ********************curl --location --request PUT 'https://api-staging.tenbyte.io/v1/wallets/wallet_01K8QQDY41ZF04ZQWCWW4W6DQR' \
--header 'x-api-key: sk_01K83C267DXG1K9AJGGKH23VVH' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My wallet",
"auto_topup_amount": 15,
"auto_topup_min_balance": 200,
"auto_topup_trigger": "balance_below_threshold",
"description": "This is desciption"
}'{
"items": [
{
"id": "string",
"external_id": "string",
"name": "string",
"email": "string",
"address_line1": "string",
"address_line2": "string",
"address_city": "string",
"address_state": "string",
"address_postal_code": "string",
"address_country": "string",
"metadata": null,
"environment_id": "string",
"tenant_id": "string",
"status": "string",
"created_at": "string",
"updated_at": "string",
"created_by": "string",
"updated_by": "string"
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0
}
}