Я получаю сообщение об ошибке: неверный URL-адрес
Я пробовал это=
Метод запроса: POST
Конечная точка API.: https://cliq.zoho.com/api/v2/groups< /p>
Полезная нагрузка:
Код: Выделить всё
$groupData = array(
"group_name" => "Testing Group name",
"description" => "Testing Group description",
"members" => array("testuser@example.com")
);
Код: Выделить всё
Array
(
[code] => request_url_invalid
[message] => The request URL is invalid. Please check the URL pattern.
)
Подробнее здесь: https://stackoverflow.com/questions/787 ... able-to-fe
Мобильная версия