Authorization: Bearer ********************
curl --location --request PATCH 'https://passport.freedompay.kz/api/v1/oauth/token'
{
"access_token": "new_access_token",
"refresh_token": "new_refresh_token",
"access_expire_at": "new_expiration_time",
"refresh_expire_at": "new_expiration_time"
}