cURL
curl --request GET \ --url http://localhost/api/status \ --header 'Authorization: Bearer <token>'
{ "data": { "status": "<string>", "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes