Nikola Milovic
05/06/2021, 5:14 AMcurl --location --request GET 'localhost:5000/api/657' \
--form 'token="zjdW36WT0kkrlZHzjv3IpjysT9dA6QzK"
All is fine until the --form part. As --form should be multipart data, which isn't allowed together with Get?
Multipart can only be specified on HTTP methods with request body (e.g., @POST).
chris-horner
05/06/2021, 5:17 AMNikola Milovic
05/06/2021, 5:19 AM