x-api-key: ********************{
"amount": 50,
"currency": "USD",
"paymentMethodId": "pm_12345"
}curl --location '/v1/wallet' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 50,
"currency": "USD",
"paymentMethodId": "pm_12345"
}'{
"status": 201,
"message": "Balance added successfully",
"data": {
"transactionId": "txn_98765",
"amount": 50,
"currency": "USD",
"newBalance": 300.75,
"createdAt": "2025-10-04T12:40:00Z"
}
}