Ejemplos
Terminal
curl --location --request POST 'https://auth.developers.ar.ua.la/v2/api/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"username" : "[[username]]",
"client_id" : "[[client_id]]",
"client_secret_id" : "[[client_secret_id]]",
"grant_type" : "client_credentials"
}'