username
. It returns basic player information such as name, unique identifier (UID), and tracks API usage.curl --location --request GET 'https://marvelrivalsapi.com/api/v1/find-player/' \
--header 'x-api-key;'
{
"name": "Player One",
"uid": "123456"
}