updated API documentation

This commit is contained in:
2026-05-31 00:26:38 +02:00
parent e6e80590cc
commit 3e7f38c497
7 changed files with 182 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ curl_setopt_array($curl, array(
"Authorization: Bearer <API your Bearer token>",
],
CURLOPT_POST => true,
CURLOPT_POSTFIELDS =>'<json payload body>',
CURLOPT_POSTFIELDS => '<json payload body>',
));
$response = curl_exec($curl);