curl --location --request POST '/v1/core/accounts' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner_type": "customer",
"owner_id": "cus_001",
"product_code": "WALLET_MAIN",
"currency": "BBD"
}'{
"id": "acc_7QfH",
"owner_type": "customer",
"owner_id": "cus_001",
"product_code": "WALLET_MAIN",
"status": "active",
"currency": "BBD",
"created_at": "2025-09-07T09:00:00Z"
}