cURL
curl --request POST \ --url http://localhost:3000/api/models/{modelId}/signals \ --header 'Authorization: Bearer <token>'
Creates a new signal in the specified model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the model
Signal created successfully