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