I need to retrieve an Authorization token from Lengow. Here the API documentation https://docs.lengow.io/#get-a-token
The documentation suggest to create this call
curl "https://api.lengow.io/access/get_token" -X POST --data "access_token=XXXXX&secret=XXXXX"
How can I set up that in make?
I tested multiple settings but wasn’t successful. One of the last settings I’ve tried is attached.