To submit an item inquiry, use the following URL along with the item ID and additional POST data.
| Method | URL |
| POST | https://api.fairwarningsoftware.com/v1.1.1/item/inquire/[id] |
| Request |
| { "user_id": <user_id>, "inquiry": <inquiry> } |
| Field | Type | Description |
| user_id | int | The ID of the user submitting the item inquiry |
| inquiry | string | The message sent by the user |
| Status | Response |
| 200 | { "success": <success> } |
| 401 | {"error":"The API keys provided are invalid."} |
| 403 | {"error":"API keys are missing."} |
| 500 | {"error": <custom error>} |
| Field | Type | Description |
| success | bool | Whether or not the request was successful |