CommonResponseModel
statusboolean
Whether the request succeeded.
Example:
falsemessagestring
Human-readable description of the result.
Example:
Not foundCommonResponseModel
{
"status": false,
"message": "Not found"
}
Was this page helpful?