solved - thanks everyone for your answer
@Puvish Kungsapattarakul I'm not able to get any results when I'm using basic authorization as it's deprecated: deprecation-notice-basic-auth Is it possible for you to use an API token instead? Authentication line would change to: -H "Authorization: Bearer $TOKEN" or you can use:
curl -u email@example.com:<api_token> -X POST ...
Hi @Puvish Kungsapattarakul and welcome,
please take a look to the following article https://stackoverflow.com/questions/30313548/curl-the-system-cannot-find-the-file-specified
It could help you.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.