{
"grant_type": "client_credentials",
"client_id": "QLl3uLyNjdKnp5h2SnS73d4hoAJvXSZ7k_NceJfHB6k",
"client_secret": "yq_uw6HxHwwS4a_ZaITMvU9Nf01aoxEVavZeWcTY9Zo"
}curl --location --request POST 'https://testforgeplus.trustie.net/oauth/token' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "client_credentials",
"client_id": "QLl3uLyNjdKnp5h2SnS73d4hoAJvXSZ7k_NceJfHB6k",
"client_secret": "yq_uw6HxHwwS4a_ZaITMvU9Nf01aoxEVavZeWcTY9Zo"
}'{
"access_token": "78TRal_EkUQwoQcPWUaV2nWi9i8amKtt38_78gwge70",
"token_type": "Bearer",
"expires_in": 604799,
"scope": "public",
"created_at": 1680593427
}