Page 1 of 1

AT command for HTTP PUT request

Posted: Wed Dec 14, 2022 10:26 am
by tommyliu0804
I have following curl:

curl --location --request PUT 'https://xxx/api/xxx' \ --header 'authorization: Token <API_TOKEN_HERE>' \ --form 'file=@"/xxx.zip"'

How to use AT command to send above curl, especially "--form 'file=@"/xxx.zip"'