Create_Image
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Image added successfully.idinteger
Unique numeric identifier.
Create_Image
{
"status": true,
"message": "Image added successfully.",
"id": 0
}
Was this page helpful?