curl --location --request PATCH 'https://public-api.protokols.io/api/v1/leaderboards/' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"ticker": "string",
"contractAddress": "string",
"mentionProfiles": [
"string"
],
"keywords": [
"string"
]
}'
{
"data": {
"id": "string",
"name": "string",
"ticker": "string",
"contract_address": "string",
"mention_profiles": [
"string"
],
"keywords": [
"string"
]
}
}