username:password
Authorization: Basic *****************
curl --location --request DELETE 'http://localhost:8000/category/category/' \ --header 'Authorization: Basic <encoded-value>'
{ "code": 0, "result": true, "error": "string" }