token: ********************{
"reason": "string",
"status": "new",
"tags": [
"string"
]
}curl --location '/admin/servers//issue' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "string",
"status": "new",
"tags": [
"string"
]
}'{
"success": true
}