Having trouble with Facebook API error

Hello,

I am having trouble with a Facebook reel api that i am trying to setup. I was given the data from the Facebook api console to use this data:

curl -X POST "https://rupload.facebook.com/video-upload/v25.0/video_id" \
     -H "Authorization: OAuth Your_page_access_token" \
     -H "file_url: https://some.cdn.url/video.mp4"

I tried to create the API using this data within Wappler, but i keep getting a message that the parameter is incorrect


However, when i try to test it using POSTMAN, it works out just fine with the same data

Here is the setup of my API in Wappler, but i can’t seem to figure out what the difference is between the 2 that the Post man is successful, but Wappler is not

has anyone had an issue like this and what could be the cause?

here is the link to the page

https://clientcreator.com/dmxConnect/api/facebook/page_post_tester.asp

Just a shot in the dark here but I see 'file_url' as a parameter from the Facebook api console, but I see 'fileName' in the console screen. The error also seems to be talking about 'fileName: "modules/api_asp".

I checked that one too, but it seemed okay from the coding.

I actually just went in and created a brand new API using the same parameters and it works. I honestly have no idea what the difference was, but it was able to get uploaded successfully.

Thank you for your response!