Hi Team,
I haven't come accross this before, and I use API's a lot.
I've got a call I can make work in Postman. it returns the authentication key I need for the next call.
I normally use postman to see what the cURL format is.
But I don't understand how to recreate the format for the following
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'username=data@**********' \
--data-urlencode 'password=********************' \
--data-urlencode 'grant_type=password'
Firstly, it's odd that's it's a GET but not unheard of.
If this was json or raw I wouldn't have an issue - but I really have no idea how to I'm supposed to format this to push it up so it responds as it should