このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"currentPassword": "string",
"newPassword": "string",
"token": "string"
}curl --location 'https://misskey.io/api/i/change-password' \
--header 'Content-Type: application/json' \
--data '{
"currentPassword": "string",
"newPassword": "string",
"token": "string"
}'{}