{
"status": "ACTIVE"
}curl --location --request PATCH '/customers/v1/wallets/' \
--header 'x-client-id;' \
--header 'Content-Type: application/json' \
--data '{
"status": "ACTIVE"
}'{
"id": "1bbba11b-81b2-46aa-8498-982c29465a37",
"external_id": "11111",
"created_at": "2025-01-14T16:57:27.650Z",
"updated_at": "2025-01-14T16:57:27.650Z",
"holder_id": "0e3810f0-7960-437d-ab99-7cb6fb954fbf",
"asset": "AUD",
"asset_class": "CURRENCY",
"status": "SUSPENDED",
"partner_product": "KOBBLE_AUD_1",
"total_amount": 1,
"amount": 1,
"reserved_amount": 0,
"account_number": "123456789",
"bank_code_type": "BSB",
"bank_code": "802919",
"owner": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}