You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A standard for sending data as response for a API call
{
"httpCode": "200|203|404...",
"type": "SUCCESS|WARNING|ERROR...",
"message": "Can be an error message or just an OK",
"data": [
"actual",
"data",
"or",
["arrays", "or", "whatever"]
]
}