curl --location --request POST 'https://public-api.protokols.io/api/v1/leaderboards//profiles' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a' \
--header 'Content-Type: application/json' \
--data-raw '{
"toAdd": [
"string"
],
"toRemove": [
"string"
]
}'
{
"data": {
"added": [
"string"
],
"notFound": [
"string"
],
"removed": [
"string"
]
}
}