"+" sign isn't recognize in my API Call [SOLVED]

Hello! I’m having a weird problem with a Twilio API call. The phone number has to have a “+” at the beginning for the “To” parameter. The problem is that, even though I’m adding the “+” it’s sending me an error that says that I’m not adding the “+”.
I have other calls that need the “To” parameter and all of them work. Also, I tested this exact same call in Postman and it is working. Anybody has any suggestions? Thanks!


The solution will be to put “%2B” instead of the “+” sign.