curl --location --request GET 'https://api.kickbase.com/v4/user/settings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"u": {
"i": "userId",
"em": "email",
"unm": "username"
}
}