When sending data from app to firebase-functions to PayPal, notification email is not being created
问题 I have an app in firebase where I am trying to send the parameters to the function in firebase-functions, which sends to PayPal, but it isn't working. func payoutRequest() { print("payoutRequest") let driver_uid = self.uid! let email = txtPayoutEmail.text! let url = "https://us-central1-ryyde-sj.cloudfunctions.net/payout" let paypal_token = "mytoken" let params : Parameters = [ "uid": driver_uid, "email": email ] let headers : HTTPHeaders = [ "Content-Type": "application/json", "Accept":