curl --request GET \
--url https://api.example.com/api/v1/api-keys \
--header 'Authorization: Bearer <token>'{
"api_key": "<string>"
}curl --request GET \
--url https://api.example.com/api/v1/api-keys \
--header 'Authorization: Bearer <token>'{
"api_key": "<string>"
}