Book of Answers (POST)
Book of Answers (POST)
POST /answerbook/ask - Book of Answers (POST)
Ask the Answer Book through a POST request and receive a mysterious answer.
Overview
Similar to the GET method, but the question is sent through the JSON request body, making it suitable for scenarios where a longer question needs to be sent or to avoid URL encoding issues.
Request Body Format
The request body must be a valid JSON format containing the question field.