MucahitPeker /oauth/token adresine Content-Type: application/json header'ı ile şunları POST ile gönderiyorsunuz:
{
"grant_type": "client_credentials",
"client_id": "MeUF5uaOr7hKyO3FpUKkrovt7xGdqTAUZunRMxxZ",
"client_secret": "95c50d7b-192e-42c8-9901-6f5f691ef5ae",
"scope": ""
}
grant_type olarak client_credentials gönderdiğimiz için User kullanmadan token üretecek.