This endpoint create new logs
curl --location --request POST 'https://api.stateset.com/v1/logs' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "" }'
{ "success": 123 }
This is the ID of the logs to be created.
Indicates whether the call was successful. 1 if successful, 0 if not.