cURL
curl --request POST \ --url https://api.example.com/api/alarm/process \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data '{ "id": "xxxxx" }'
{}
The response is of type object.
object