Requests
Create a request
Create a new request based on a specific request template.
The request will be opened in 'Draft' status.
post/api/v1/requests
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"priority": "Medium"
}
}Response
Created