open static fun OK(): Status
Creates a status when everything is fine.
Return the created Status
open static fun OK(data: JsonObject): Status
Creates a status when everything is fine and adds metadata.