Todos os endpoints têm a mesma estrutura de resposta:

{
    "status": true, // true if the request is successful, or false when experiencing an error and the requested operation cannot be completed
    "data": {}, // your requested data will be available in this element
    "metadata": { // metadata contains details and/or warnings about your request
        "response": "ok",
        "message": "OK"
    }
}