Example searches: “Log in user by creating and registering auth tokens.”, “http://api.example.com”, “Log user out by revoking his auth tokens.”, “201”, “Update a model with data given in the request body.”
JSON format is expected. The model performs the validation automatically when instantiated.
Model created
Error
curl \ --request POST 'http://api.example.com/data/chats/' \ --header "Authorization: $API_KEY"