Retrieves the user with the given ID.
/ v1 / users / me
curl "https://api.turbofiles.io/v1/users/me" \ -H 'Accept: application/vnd.api+json' \ -H 'Content-Type: application/vnd.api+json' \ -H 'Authorization: Bearer {api_key}'
{ "jsonapi": { "version": "1.1" }, "data": { "type": "users", "id": "908342394032", "attributes": { "email": "admin@turbofiles.io", "name": "TurboFiles", "created_at": "2023-01-04T00:00:00.000000Z", "updated_at": "2023-01-05T00:00:00.000000Z" }, "links": { "self": "https://api.turbofiles.io/v1/users/me" } }, "links": { "self": "https://api.turbofiles.io/v1/users/me" } }