Authorization: Bearer ********************
{
"isEnabled": true,
"teleCmdPrefix": "string",
"teleInterval": 0,
"pointsRequired": 0,
"teleSuccessTip": "string",
"pointsNotEnoughTip": "string",
"coolingTip": "string",
"targetNotFoundTip": "string",
"isFriendBypass": true,
"teleConfirmTip": "string",
"acceptTele": "string",
"rejectTele": "string",
"targetRejectTeleTip": "string",
"keepDuration": 0
}
curl --location --request PUT '/api/Settings/TeleportFriend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": true,
"teleCmdPrefix": "string",
"teleInterval": 0,
"pointsRequired": 0,
"teleSuccessTip": "string",
"pointsNotEnoughTip": "string",
"coolingTip": "string",
"targetNotFoundTip": "string",
"isFriendBypass": true,
"teleConfirmTip": "string",
"acceptTele": "string",
"rejectTele": "string",
"targetRejectTeleTip": "string",
"keepDuration": 0
}'
{}