Biz Message OAuth 토큰 API 문제

Bizmessage를 보내기 위해 먼저 문서에 따라 client_credentials를 사용하여 액세스 토큰을 받아야 하지만, API를 호출하면 400 Bad Request 오류가 발생하며 추가적인 상세 정보가 제공되지 않습니다.

저는 Authorization 헤더에 clientIdclientSecret을 포함하여 요청을 보내고 있습니다.
client_idMy Application > App Settings > App Keys에서 REST API 키로 생성했고,
client_secretMy Application > Product Settings > Kakao Login > Security에서 생성했습니다.

어디에서 문제가 발생하는지 모르겠습니다.

curl --location ‘https://bizmsg-web.kakaoenterprise.com/v2/oauth/token
–header ‘Authorization: Basic ****************75c3 *****************fH2V’
–header ‘Content-Type: application/x-www-form-urlencoded’
–data-urlencode ‘grant_type=client_credentials’

안녕하세요.

데브톡에서는 디벨로퍼스관련 설정과 API 를 안내하는터라
번거로우시겠지만, 이용하시는 비즈메시지 딜러사를 통해 문의 부탁드립니다.