curl --request POST \
--url https://api.example.com/v2/customers/{customerId}/wallets \
--header 'idempotency-key: <idempotency-key>'curl --request POST \
--url https://api.example.com/v2/customers/{customerId}/wallets \
--header 'idempotency-key: <idempotency-key>'