https://services.kwant.pro/api/front/misc/misc/feedbackSend feedback email
This endpoints return json data with banner for provided category.
Request
The request body should contain the following parameters:
{ "email": "this@test.pl", // required "topic": "Random topic", // required "message": "Blah blah" // required}Response
The response will contain the following data:
{ "success": true, "message": "Dziękujemy za przesłanie wiadomości. Odpowiemy najszybciej jak to możliwe."}