access_token. Commonly used to confirm identity after login or fetch user metadata.curl --location -g --request GET '{{baseUrl}}api/user' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'{
"id": 1,
"name": "John Doe",
"email": "john@example.com",
"created_at": "2023-07-04T12:34:56Z"
}