cURL
curl --request POST \ --url http://api.usenomad.ai/reports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "tag": "<string>", "id": 123 }'
{ "name": "<string>", "tag": "<string>" }
Creates a new report in the store
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Report to add to the store
The body is of type object.
object
report response
The response is of type object.