This Endpoint only accept’s PATCH’s
The response is a 204 No Content, so NULL is correct.
You should use curl_getinfo (https://www.php.net/curl_getinfo) to extract the HTTP response code.
This Endpoint only accept’s PATCH’s
The response is a 204 No Content, so NULL is correct.
You should use curl_getinfo (https://www.php.net/curl_getinfo) to extract the HTTP response code.