Hello World

Default Route

GET
/
curl -X GET "https://api.t4b.top/"

Ok

{
  "data": {
    "message": "Hello World!"
  },
  "statusCode": 200
}