Authorization: Bearer ********************curl --location -g --request GET '{{BASE_URL}}/api/user/self' \
--header 'new-api-user: 1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{}