Authorization: Bearer ********************{
"accountNumber": "string",
"token": "string"
}curl --location 'http://localhost:3000/api/v1/wallet/account-number' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"accountNumber": "string",
"token": "string"
}'{
"message": "Wallet info added successfully",
"status": "Success",
"data": "result"
}