Henko
07/06/2022, 4:31 AMcurl --location --request POST 'http://localhost:8443/v1/watch' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer somerandomkeyhere' \
--data-raw '{}'
And I'm getting:
HTTP 404
{
"code": 5,
"message": "Not Found",
"details": []
}