Update Push Device
PUT {{baseUrl}}/users/{{user_id_1}}/push-devices/{{device_id}}
Request Body
{"service"=>"fcm", "device_token"=>"android push notification token", "device_token_voip"=>""}
RESPONSES
status: OK
{"user_id":"@greg","device_id":"android_device_id","service":"fcm","device_token":"android push notification token","device_token_voip":"","created_at":"2023-06-28T11:32:47.947Z","updated_at":"2023-06-28T11:38:20.260Z"}