curl --location --request POST '/token/' \
--data-urlencode 'client_id=882ba573-787b-4462-bbd9-e3b39324aca7' \
--data-urlencode 'client_secret=882ba573-787b-4462-bbd9-e3b39324aca7' \
--data-urlencode 'grant_type=client_credentials'{
"statusCode": 200,
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
"expires_in": 21600,
"refresh_expires_in": 0,
"token_type": "Bearer",
"not-before-policy": 0,
"scope": "profile email"
}