Getting below error even we are passing title in request body
{
"name": "Unprocessable entity",
"message": "Lack field:title",
"code": 0,
"status": 422
}
Any Help will be appreciable.
Getting below error even we are passing title in request body
{
"name": "Unprocessable entity",
"message": "Lack field:title",
"code": 0,
"status": 422
}
Any Help will be appreciable.
You need to fill up the title field. Which is required.
please refer to this example code
https://github.com/acrcloud/webapi_example/tree/master/RESTful%20service