API → MetaReturn pong
get
/ping$ curl "https://api.zoo.dev/ping" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"message": "BqyJv3oEP4bEgzGpJw3p0I1"
}
$ curl "https://api.zoo.dev/ping" \
--header "Authorization: Bearer $TOKEN"
{
"message": "BqyJv3oEP4bEgzGpJw3p0I1"
}