username:password
Authorization: Basic *****************
curl --location --request DELETE '/api/products/50' \ --header 'Authorization: Basic <encoded-value>'
{ "detail": "No Product matches the given query." }