{
"password": "87654321",
"current_password": "12345678",
"password_confirmation": "87654321"
}curl --location --request PUT '/auth?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "87654321",
"current_password": "12345678",
"password_confirmation": "87654321"
}'{
"status": "success",
"data": {
"id": 22425807,
"first_name": null,
"last_name": null,
"username": null,
"telegramid": null,
"created_at": "2023-11-20T06:45:00.435Z",
"language_code": null
}
}