AT command for HTTP PUT request
Posted: Wed Dec 14, 2022 10:26 am
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"'
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"'