Open fokosun opened 1 year ago
As a user, I want to be able to report a recipe that violates the community guidelines.
POST /api/report-recipe header { Authorization: Bearer {user-token} } # success response { status: 200 OK } # failure response { status: 401 Unauthorized }
As a user, I want to be able to report a recipe that violates the community guidelines.