The server has not found anything matching the request URI

I am trying to create a wiki via REST API, using the multi-wiki feature (extension ‘Wiki Application’ installed)

Request
Curl POST http://localhost:8080/xwiki/rest/wikimanager

Response
{
“code”: 404,
“contactEmail”: null,
“description”: “The server has not found anything matching the request URI”,
“homeRef”: “/”,
“reasonPhrase”: “Not Found”,
“uri”: “http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5
}