Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:3000/api/v1/scenario-assessments/questions/' \ --header 'Authorization: Bearer <token>'
{ "message": "Question deleted successfully" }