Метод для обновления FCM токена устройства.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json {
"status": true,
"message": "Token updated successfully"
}
Modified at 2026-01-20 03:31:55