카카오싱크 플러스친구 추가/차단 콜백 문의드립니다

카카오에서 제공하는 카카오싱크 플러스친구 플러스친구 추가/차단 콜백요청 샘플에 보면
(https://developers.kakao.com/docs/sync/kakao-talk-channel)

curl -X POST https://example.com
-H ‘Authorization: KakaoAK ${adminKey}’
-H ‘Content-Type: application/json’
-d ‘{“event”:“added”,“id”:“1111”,“id_type”:“app_user_id”,“plus_friend_public_id”:"_FLX",“plus_friend_uuid”:"@ad",“timestamp”:1557912818000}’

로 되어있는데 -d 부분의 json객체를 JSON.strungfy()처럼 string 문자열화 해서 보내는지 문의드립니다.