После их документации я отправляю следующий запрос POST curl:
curl -X POST -d'{"access_token":"MY_TOKEN","profile_ids":["PROFILE_ID_1","PROFILE_ID_2"],"text":"Look at the forecast"}' https://api.bufferapp.com/1/updates/create.json -H 'Content-Type: application/x-www-form-urlencoded'
Однако я получаю следующий ответ:
Disallowed Key Characters.
Есть идеи, что мне изменить в моем запросе?